home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1998 June
/
Software of the Month Club 1998 June.iso
/
pc
/
dos
/
biz
/
quickref
/
makedirs.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1998-04-15
|
179 b
|
11 lines
@ echo off
echo Creating default sub-directories.
echo Delete this file after installation is complete...
md current
md archive
md qrm
cd qrm
md current
md archive
cd..